home *** CD-ROM | disk | FTP | other *** search
/ 2,000 Greater & Lesser Mysteries / 2,000 Greater and Lesser Mysteries.iso / tarot.bat < prev    next >
Encoding:
DOS Batch File  |  1994-06-10  |  514 b   |  19 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo     This Batch file runs the Tarot of Frownstrong Program.
  5. echo.
  6. echo      Warning: This program loads its own graphics driver
  7. echo               which remains memory resident after program
  8. echo               exit. To avoid possible memory conflicts we
  9. echo               suggest you re-boot your computer after
  10. echo               running this program.
  11. echo.
  12. echo     Press Control and C to abort or any other key to continue.
  13. pause
  14. cd\
  15. cd\tarot\frownsto
  16. tarot
  17. cd\
  18. exit
  19.